From: Richard M. Stallman Date: Fri, 22 Mar 1996 20:53:20 +0000 (+0000) Subject: (install-strip): Fix whitespace. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84208 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4;p=emacs.git (install-strip): Fix whitespace. --- diff --git a/Makefile.in b/Makefile.in index 106e6862a56..144267f52fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -390,7 +390,7 @@ install-arch-indep: mkdir ### Build Emacs and install it, stripping binaries while installing them. install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ install ### Build all the directories we're going to install Emacs in. Since